/* 页面样式 */
body {
    min-height: 100%;
    font-family: "Microsoft Yahei";
    font-size: 15px;
  }
  span.dot,.item a {
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
  
  img {
    /* Responsive images (ensure images don't scale beyond their parents) */
  
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
  
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
  
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
  
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  ul{
      margin:0;
      padding:0;
  }
   ul li{
      list-style-type: none;
  }
  a{
      color: #333;
  }
  a:hover{
      color:#333;
      text-decoration:none;
  }
/* 字体样式 */
@font-face {
    font-family: 'iconfont';
    src: url(iconfont.eot);
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url(iconfont.woff) format('woff'),
    url(iconfont.ttf) format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
  }
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
  .lc-websites-iconsize{
      font-size: 14px;
      color: #9C0000;
  }
  .lc-shortcut-iconsize{
      font-size: 20px;
      color: #9C0000;
  }
  .lc-search-iconsize{
      font-size: 26px;
      color: #E83B47;
      font-weight: 700;
  }
  .lc-mian-title-iconsize{
      font-size: 20px;
  }
  .lc-block-iconsize{
      font-size:30px;
      color:#9C0000;
  }
  .lc-list-container{
      overflow: hidden;
  }

/* 浮动样式 */
.float-left{float: left;}
.float-right{float: right;}
.float-none{float: none;}

/* margin样式 */
.margin-top-10 {margin-top: 10px !important;}
.margin-top-15{margin-top: 15px !important;}
.margin-top-20{margin-top: 20px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-0{margin-bottom:0px !important;}
.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-8{margin-bottom:8px !important;}
.margin-right-20{margin-right:20px !important;}
.min-height-345{min-height: 345px;}
.margin-right-5{margin-right:5px !important;}

/* padding样式 */
.padding-left-30{padding-left:30px !important;} 
.padding-right-0{padding-right:0 !important;}
.padding-left-0{padding-left:0 !important;}
.padding-both-0{padding-left:0 !important;padding-right:0 !important;}
.padding-both-2{padding-right:2px !important;padding-left:2px !important;}
.padding-right-4{padding-right:4px !important;}
.padding-left-4{padding-left:4px !important;}
.padding-bottom-20{padding-bottom:20px !important;}
.padding-top-10{padding-top:10px !important;}

/* 字体大小样式 */
.font-size20{font-size: 20px !important;}

.blank-20{display: inline-block; width:20px;}
.blank-15{display: inline-block; width:15px;}
.font-blue{color:#9b1d1f;}
.inline-block{display: inline-block}
.inline{display: inline;}
.block{display: block;}
.overflow-hidden{
    overflow: hidden;
}
.lc-bg-gray{background-color: #f7f7f7;overflow: hidden ;}

/* 清浮动 */
.clear:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
.clear{zoom:1;}
.clear-both{clear: both;}
/* 去掉滑动lab底色 */
.bgcolor-list-block>.nav-tabs>li.active>a,.bgcolor-list-block>.nav-tabs>li.active>a:focus,.bgcolor-list-block>.nav-tabs>li.active>a:hover{
	background-color:transparent;
}
/*-- 底部信息 --*/
.lc-footer{
	background:url(lc-footer-bg.png) repeat-x left top;
	padding-top: 15px;
    padding-bottom: 15px;
}
.lc-footer-info{
	float:left;
	width:75%;	
}
.lc-jiucu{
    float:left;
    margin-top:8px;
}

.lc-danwei{
    float:left;
    margin-top: 5px;
}
.lc-danwei img{
	height: 70px;
}
@media (max-width: 768px) {
	.lc-footer-info{
		width:100%;
		margin-top:20px;
	}
	.lc-jiucu{
		float:left;
		width:50%;
	}
	.lc-jiucu span{
		margin-left: 5%;
	}
	.lc-danwei{
        float:left;
        margin-top:10px;
	}
  .lc-footer{
    background:#ccc;
  }
}
/* 下拉菜单 */
.btn{
	padding:8px 10px;
	border-radius: 0;
}
.btn-default{
	background-color:#707274;
	border-color:#707274;
	color: #fff;
}
.caret{
	color:#fff;
}
.lc-input-group .btn-default{
	background-color: #fff;
	border-top-color:#ccc;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	border-left:0;
}
.lc-input-group .btn{
	border-radius: 3px;
}
/* 网站信息 */
.lc-other-info{
	display:block;
	margin-top: 30px;
	border-left:1px solid #707274;
}
.lc-other-info li{
	padding-left:50px;
	line-height: 42px;
}
.cut-line{
	display: inline-block;
	padding-left:10px;
	padding-right: 10px;
}
@media (max-width:768px){
	.btn-group{
		width:100%;
	}
	.btn-default{
		width:100%;
	}
	.dropup .dropdown-menu{
		width:100%;
	}
}

/* 专题专栏轮播 */
/* 专题样式 */
.pic-box2{
    /* li.(width + padding*2 + border-width*2)*num = picScroll.(width - padding*2 - border-width*2) */ 
    width:250px;
    margin-left: 7px;
    margin-right: 7px;
}
.pic-box2 img{
    width:250px;
    height:80px;  
}
.picScroll-left{ overflow:hidden; position:relative;}
.picScroll-left .hd{width:100%; overflow:hidden;  height:20px; padding:0 10px; text-align: center;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ position: absolute; display:block;  width:30px; height:30px; float:right; margin-right:5px; margin-top:-25px;  overflow:hidden;
    cursor:pointer; }
.picScroll-left .hd .prev{background:url(jtl03.png) 0 0 no-repeat; top:50%; left:0;}
.picScroll-left .hd .next{background:url(jtr03.png) 0 0 no-repeat; top:50%; right:0;}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{display:inline-block; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background-color: #cfcfcf; }
.picScroll-left .hd ul li.on{ background-color:#9b1d1f; }
.picScroll-left .bd{ padding:20px 30px 20px 30px;   }
.picScroll-left .bd ul{overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.lc-slide-ztzl-title{position: absolute; width:40px; height:129px; top:0; left:0; text-align:center;background-color:#9b1d1f; color:#fff; padding-top: 15px;cursor: pointer;}
.lc-slide-ztzl-title:hover,.lc-slide-ztzl-title:visited{color:#fff;} 